POST api/[Delivery_validar_Datos]/Find
Request Information
URI Parameters
None.
Body Parameters
Request0_1_2| Name | Description | Type | Additional information |
|---|---|---|---|
| nombre | string |
None. |
|
| apellido | string |
None. |
|
| correo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"nombre": "sample string 1",
"apellido": "sample string 2",
"correo": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.